﻿2026-06-22T01:35:19.2446558Z ##[group]Run pkill -9 -f 'yes FLOOD' || true
2026-06-22T01:35:19.2447299Z [36;1mpkill -9 -f 'yes FLOOD' || true[0m
2026-06-22T01:35:19.2447933Z [36;1mfor p in $(pgrep -x 'spt|notify-shell' || true); do[0m
2026-06-22T01:35:19.2448585Z [36;1m  exe=$(readlink -f "/proc/$p/exe" 2>/dev/null || true)[0m
2026-06-22T01:35:19.2449229Z [36;1m  case "$exe" in[0m
2026-06-22T01:35:19.2449769Z [36;1m    "$GITHUB_WORKSPACE"/*) kill -9 "$p" 2>/dev/null || true ;;[0m
2026-06-22T01:35:19.2450345Z [36;1m  esac[0m
2026-06-22T01:35:19.2450708Z [36;1mdone[0m
2026-06-22T01:35:19.2451066Z [36;1mexit 0[0m
2026-06-22T01:35:19.2467606Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T01:35:19.2468410Z env:
2026-06-22T01:35:19.2468794Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-22T01:35:19.2469443Z ##[endgroup]
